Exception!

Request path 'content/view/fertilizer/extend/content/images/Lawn Barber fertilizer 11-m.jpg' is not legal.

Type

RuntimeException.

Thrown from

/home/lawnbarb/public_html/lawnbarberservices.com/extend/library/request.php(136).

Trace

   7  include 'core/library/fractal.php';
   8  fractal::load($config['fractal']['directory'], $config['fractal']['class']);
   9  
  10  call_user_func_array('db::set', $config['db']);
  11  
  12  if (!array_key_exists('PATH_INFO', $_SERVER)) {
  13      if (array_key_exists('ORIG_PATH_INFO', $_SERVER)) {
  14          $_SERVER['PATH_INFO'] = $_SERVER['ORIG_PATH_INFO'];
  15      } else {
  16          $_SERVER['PATH_INFO'] = '';
  17      }
  18  }
  19  
  20  $request = new request(include $config['front']);
  21  $response = $request->execute($request->PATH_INFO);

#0 /home/lawnbarb/public_html/lawnbarberservices.com/web.php(21): request->execute('content/view/fe...').
#1 {main}.